Home
PHP
Tags
PHP Tutorial
Latest Articles
English
English
简体中文
中文(繁體)
日本語
한국어
Français
Deutsch
မြန်မာဘာသာ
Current Location:
Home
>
Function Categories
>
hexdec
hexdec
Convert hexadecimal to decimal
Name:
hexdec
Category:
math
Programming Language:
php
One-line Description:
Convert hexadecimal to decimal.
Related
Use hexdec to parse encodings in QR codes or barcodes
4
Use hexdec and sprintf to handle uppercase and lowercase conversion requirements
2
Use hexdec + bin2hex to convert binary and decimal
10
hexdec cooperates with substr to process hexadecimal values in strings
7
Hexdec and dechex implement bidirectional conversion between decimal and hexadecimal
10
Why does hexdec("0xFF") probably not return the expected value?
1
String format issues that need to be paid attention to when using hexdec
2
Use hexdec to parse hex timestamps or IDs
3
What types of hexdec strings are suitable for handling?
10
Detailed explanation of the basic usage of PHP hexdec function
9
«
1
2
»
Similar Functions
srand
srand
Sowtherandomnumberge
hypot
hypot
Calculatetheobliquel
is_nan
is_nan
Determinewhetheritis
log10
log10
Logarithmwithbase10
mt_rand
mt_rand
Generatebetterrandom
cos
cos
Cosine
min
min
Findtheminimumvalue
max
max
Findthemaximumvalue
Popular Articles
How to replace strtol with hexdec when porting from C/C++ to PHP
Use hexdec to parse hex timestamps or IDs
Use hexdec to decode hex header information in network packets
Does hexdec support multibyte hex strings?
Detailed explanation of the basic usage of PHP hexdec function
String format issues that need to be paid attention to when using hexdec
How to avoid integer overflow caused by hexdec?
Tips for rapid debugging of hexdec in development environment